home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / SamDodge.swf / scripts / DefineButton2_103 / BUTTONCONDACTION on(rollOver).as
Encoding:
Text File  |  2001-07-07  |  163 b   |  9 lines

  1. on(rollOver){
  2.    tellTarget("/drivers/car" add eval("/:i"))
  3.    {
  4.       gotoAndStop("swing");
  5.       play();
  6.    }
  7.    set("/:score",eval("/:score") - "5");
  8. }
  9.